ComponentOne Xamarin Edition
LoadAsync Method (ISupportAsyncLoading<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportAsyncLoading<T> Interface : LoadAsync Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
The cancellation token.
Load the items between the specified indexes.
Syntax

Parameters

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count.
cancellationToken
The cancellation token.
See Also

Reference

ISupportAsyncLoading<T> Interface
ISupportAsyncLoading<T> Members